Error Code Management
At the end of the execution of each step, an error-code is provided. Specifically:
- TRUE: Execution ok
- FALSE: Severe error of the analysis execution
In this respect, a dedicated error-code management is performed by the Sequence Analysis Rule at the end of the execution of each step. Specifically, there are 3 settings:
- CONTINUE ON ERROR: This setting instructs the analysis to continue with the execution of the sequence regardless of whether or not the error-code is FALSE
- STOP ON ERROR: This setting instructs the analysis to block/exit from the execution of the sequence when the step error-code is FALSE
- ASK ON ERROR: This setting instructs the analysis to print-out a message to the user asking if the software should continue or not
IMPORTANT NOTES: When using the “ASK ON ERROR” setting, please be aware that it is not supported by Sigmafine Scheduler or any other unattended execution. An unattended execution (without user’s interface/interaction) can lead to a failure situation. Pimsoft strongly recommends this option only be used when no unattended executions are configured for a sequential analysis using the “ASK ON ERROR” setting.